home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr18 / comprt20.zip / README.1ST < prev    next >
Text File  |  1993-05-31  |  6KB  |  152 lines

  1.  
  2. PROGRAM: COMPORT V2.0 -- Manipulate and Display COM and LPT Port Info.
  3.      For COM ports, displays UART type, IRQ used.  Allows addition or
  4.      removal of COM and LPT ports from DOS at any address.  Netware
  5.      and LAN Manager aware.
  6.  
  7. AUTHOR:     OSR Open Systems Resources, Inc.  (CIS: 71477,2703)
  8.      6 Tarn Road
  9.      Mont Vernon, NH  03057-1109
  10.  
  11. COST:     Shareware registration fee of $14.75 (payable as check or
  12.      money order, and mailed to the above address) required after
  13.      evaluation period, not to exceed 30 days.
  14.  
  15. COMPORT V2.0 is distributed as a compressed library (archive) file named
  16. COMPRT20.ZIP.  This file contains:
  17.  
  18.     README.1ST    This file, containing a basic overview of COMPORT
  19.     COMPORT.DOC    Complete user documentation for COMPORT
  20.     REGISTER.FRM    COMPORT registration form.  Please use it if
  21.             you find COMPORT useful.
  22.     COMPORT.EXE    The executable COMPORT program.
  23.  
  24. Installation simply involves unpacking the library file, and placing
  25. COMPORT.EXE where it can be conveniently executed, typically in a
  26. utility directory on your PATH.  For example, if you path statement
  27. is...
  28.     PATH=C:\DOS;C:\UTILS
  29.  
  30. ...you might wish to copy COMPORT.EXE to the UTILS directory so that it
  31. may be conveniently executed from any directory.
  32.  
  33.  
  34. QUICK START INFORMATION
  35.  
  36. To get COMPORT to simply display the number and addresses of the
  37. serial and parallel ports in your system, and the UART type of
  38. the serial ports, simply type:
  39.  
  40.     COMPORT
  41.     
  42. at the DOS prompt.  COMPORT may also be used to display the IRQ
  43. of the serial ports in your system.  Please do this with your network
  44. software UNloaded and nothing running in the background.  The command
  45. is:
  46.  
  47.     COMPORT /I
  48.     
  49. The remainder of this section contains a brief overview of the
  50. COMPORT options.  The COMPORT manual (also included in this kit)
  51. contains a complete discussion of each option, as well as a
  52. significant amount of information on how COMPORT works, the different
  53. types of UARTS, how the DOS BIOS Data Area is used, and more.
  54. It is strongly suggested that you read the manual, so you can
  55. get the most out of COMPORT.  The manual is 15 pages long. 
  56. An attractive, laser printed, copy of the manual can be ordered
  57. when you register COMPORT.
  58.  
  59. There are two classes of COMPORT options, "Display" options and
  60. "Configuration" options.
  61.  
  62. Display options allow control of what COMPORT displays when it is
  63. invoked.  These options are:
  64.  
  65.     /A[-]         Display addresses of parallel and serial ports
  66.             known to DOS, as well as types of serial port UARTS.
  67.             DEFAULT = /A (enabled)
  68.     
  69.     /E[-]        Displays number of COM and LPT ports known to DOS
  70.             according to the BIOS Data Area Equipment List
  71.             Word, as COMPORT STARTS to run.  Therefore, any
  72.             ports found by COMPORT Configuration options are
  73.             not included in these counts.
  74.             DEFAULT = /E (enabled)
  75.     
  76.     /I[-]        Displays the IRQ (Interrupt Request Queue) number
  77.             associated with each COM port.
  78.             DEFAULT = /I- (disabled)
  79.  
  80.     /? or /H    Displays a short screen of help information.
  81.  
  82. Configuration options give control of how COM and LPT ports are configured
  83. by DOS, and allow you to register your copy of COMPORT.  Configuration
  84. options are:
  85.  
  86.     /S[-]        Requests COMPORT to scan for additional COM and
  87.             LPT ports at their typical default addresses and
  88.             if any are found, add them to DOS.
  89.             DEFAULT = /S- (disabled)
  90.     
  91.     /Cn=x        Requests COMPORT to configure COM (serial) port
  92.             n (n=1-4) in DOS at port address x (x = hex
  93.             address without trailing "h" or leading "0x").
  94.             DEFAULT = none.
  95.     
  96.     /Ln=x        Requests COMPORT to configure LPT (parallel) port
  97.             n (n=1-3) in DOS at port address x (x = hex
  98.             address, without trailing "h" or leading "0x").
  99.             DEFAULT = none.
  100.  
  101.     /R=k        Allows you to REGISTER your version of COMPORT,
  102.             using the registration key ("k") provided to you
  103.     /A[-]         Display addresses of parallel and serial ports
  104.             known to DOS, as well as types of serial port UARTS.
  105.             DEFAULT = /A (enabled)
  106.     
  107.     /E[-]        Displays number of COM and LPT ports known to DOS
  108.             according to the BIOS Data Area Equipment List
  109.             Word, as COMPORT STARTS to run.  Therefore, any
  110.             ports found by COMPORT Configuration options are
  111.             not included in these counts.
  112.             DEFAULT = /E (enabled)
  113.     
  114.     /I[-]        Displays the IRQ (Interrupt Request Queue) number
  115.             associated with each COM port.
  116.             DEFAULT = /I- (disabled)
  117.  
  118.     /? or /H    Displays a short screen of help information.
  119.  
  120. Configuration options give control of how COM and LPT ports are configured
  121. by DOS, and allow you to register your copy of COMPORT.  Configuration
  122. options are:
  123.  
  124.     /S[-]        Requests COMPORT to scan for additional COM and
  125.             LPT ports at their typical default addresses and
  126.             if any are found, add them to DOS.
  127.             DEFAULT = /S- (disabled)
  128.     
  129.     /Cn=x        Requests COMPORT to configure COM (serial) port
  130.             n (n=1-4) in DOS at port address x (x = hex
  131.             address without trailing "h" or leading "0x").
  132.             DEFAULT = none.
  133.     
  134.     /Ln=x        Requests COMPORT to configure LPT (parallel) port
  135.             n (n=1-3) in DOS at port address x (x = hex
  136.             address, without trailing "h" or leading "0x").
  137.             DEFAULT = none.
  138.  
  139.     /R=k        Allows you to REGISTER your version of COMPORT,
  140.             using the registration key ("k") provided to you
  141.             by the author.  Registering your copy of COMPORT
  142.             removes the gentle, but annoying, registration
  143.             reminder that requires that you type <CR> to
  144.             continue COMPORT's execution.   This option
  145.             supersedes any others on the command line.
  146.             by the author.  Registering your copy of COMPORT
  147.             removes the gentle, but annoying, registration
  148.             reminder that requires that you type <CR> to
  149.             continue COMPORT's execution.   This option
  150.             supersedes any others on the command line.
  151.  
  152.